{% extends "vuetify_components/base.html" %} {% block title %}Monai Label{% endblock %} {% block custom_css %} {% endblock %} {% block content %} {% include 'vuetify_components/navbar.html' %} {% include 'vuetify_components/timer.html' %}
Image List Name: [[ list_name ]] [[ alert_info ]] [[ alert_error ]]

Segmentation Tools:

Image Tools:

Move Image (Only if zoomed in)
Brush Options:
[[ BrushButtonText ]] [[ 'mdi-eraser' ]] Clear Brush [[ segmentation_image.display === '' ? 'mdi-eye-outline' : 'mdi-eye-off' ]] [[ hideBrushButtonText ]]

Coco Polygon Options:

[[ PolygonButtonText ]] [[ polygonDisplay === '' ? 'mdi-eye-outline' : 'mdi-eye-off' ]] [[ hidePolygonButtonText ]]

Monai Label Tools:

[[ 'mdi-lightbulb-outline' ]] Perform Inference
[[ 'mdi-content-save' ]] Save Current Annotation
[[ 'mdi-brain' ]] Train on Saved Annotations

Region of Interest: [x_left, y_top, x_right, y_bottom]

[[ checkbox_category['category_id'] ]]

[[ radio_button_category['category_id'] ]]

ID: [[ annotation.id ]] Area: [[ annotation.area ]] mdi-delete

[[ text_input_category.category_id ]]

Next Image [[ alert_error ]] Previous Image
{% endblock %} {% block js_scripts %} {% endblock %}